Column

Column

Chart 2

# A tibble: 191,748 x 12
     year age_range cause_of_death   state        locality observed_deaths
   <fctr>     <chr>          <chr>   <chr>           <chr>           <int>
 1   2005      0-49         Cancer Alabama             All             756
 2   2005      0-49         Cancer Alabama    Metropolitan             556
 3   2005      0-49         Cancer Alabama Nonmetropolitan             200
 4   2005      0-49         Cancer Alabama             All             756
 5   2005      0-49         Cancer Alabama    Metropolitan             556
 6   2005      0-49         Cancer Alabama Nonmetropolitan             200
 7   2005      0-49         Cancer Alabama             All             756
 8   2005      0-49         Cancer Alabama    Metropolitan             556
 9   2005      0-49         Cancer Alabama Nonmetropolitan             200
10   2005      0-54         Cancer Alabama             All            1346
# ... with 191,738 more rows, and 6 more variables: population <int>,
#   expected_deaths <int>, potentially_excess_deaths <int>,
#   percent_excess_death <dbl>, mortality <dbl>, hhs_region <int>

Chart 3